home *** CD-ROM | disk | FTP | other *** search
- /* Software options */
- #undef IP 1 /* Include TCP/IP code */
- #undef SERVERS 1 /* Include TCP servers */
- #undef FTPC 1 /* Include FTP client */
- #undef SMTPC 1 /* Include SMTP client */
- #define TRACE 1 /* Include packet tracing code */
- #define MHEARD 1 /* Include station monitoring code */
- #if (!defined(MSDOS) || defined(LARGEDATA))
- # undef RCMD 1 /* Include RCMD server */
- # define TNC2 1 /* Include TNC2 emulator */
- #endif
- #undef SCREEN 1 /* Include SCREEN Ansi terminal emulator */
- #define NSESSIONS 10 /* Number of interactive clients */
-
- /* Hardware configuration */
- #define SLIP 1 /* Serial Line IP subnet code */
- #define KISS 1 /* KISS TNC code */
- #undef HAPN 1 /* Hamilton Area Packet Network driver code */
- #undef EAGLE 1 /* Eagle card driver */
- #undef PC100 1 /* PAC-COM PC-100 driver code */
- #define SCC 1 /* Z8530 SCC driver code */
- #undef APPLETALK 1 /* Appletalk interface (Macintosh) */
- #if (!defined(MSDOS) || defined(LARGEDATA))
- # undef NRS 1 /* NET/ROM async interface */
- # undef NETROM 1 /* NET/ROM network support */
- #endif
-
- #if (defined(NRS))
- # undef NETROM
- # define NETROM 1 /* NRS implies NETROM */
- #endif
-
- #if (defined(NETROM)||defined(KISS)||defined(HAPN)||defined(EAGLE)||defined(PC100)||defined(SCC))
- # undef AX25
- # define AX25 1 /* AX.25 subnet code */
- #endif
-
- /* KISS TNC, SLIP, NRS or PACKET implies ASY */
- #if (defined(KISS) || defined(PACKET) || defined(NRS) || defined(SLIP))
- # undef ASY
- # define ASY 1 /* Asynch driver code */
- #endif
-
-